projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d0e8dd
)
(function-key-map): Define iso-lefttab.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 25 Mar 1997 02:34:42 +0000
(
02:34
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 25 Mar 1997 02:34:42 +0000
(
02:34
+0000)
lisp/term/x-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/x-win.el
b/lisp/term/x-win.el
index 6fc30fde8a3da9d2c7bd4c21bf9673c097adae36..a0cdc96e26424790417bb33c557fc318937ca35f 100644
(file)
--- a/
lisp/term/x-win.el
+++ b/
lisp/term/x-win.el
@@
-471,6
+471,7
@@
The value may be different for frames on different X displays."
(define-key function-key-map [M-clear] [?\M-\C-l])
(define-key function-key-map [M-return] [?\M-\C-m])
(define-key function-key-map [M-escape] [?\M-\e])
+(define-key function-key-map [iso-lefttab] [backtab])
;; These tell read-char how to convert
;; these special chars to ASCII.